home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / anim / mg42_idle.scr < prev    next >
Encoding:
Text File  |  2002-10-21  |  348 b   |  12 lines

  1. waitexec "anim/default_inithandler.scr"
  2. waitexec anim/smoking.scr::SmokeRemoveCigarette
  3.  
  4. self.blendtime = 0.5    // Slow blendtime to avoid popping during idles.
  5.  
  6. self.painhandler = anim/pain_mg42.scr::PainOnMG42
  7.  
  8. idle_loop:
  9. self setaimmotionanim MG42_crouch_idle MG42_stand_idle MG42_high_idle
  10. self waittill flaggedanimdone
  11. goto idle_loop
  12.